From 6896da8f9a5d003e46cfb3d0de92f6f8188f78b1 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 8 Dec 2005 00:11:55 +0000 Subject: [PATCH] Fixed declared data type of color options. --- gpsbabel/ozi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/ozi.c b/gpsbabel/ozi.c index 8238678f2..f4d0f509c 100644 --- a/gpsbabel/ozi.c +++ b/gpsbabel/ozi.c @@ -66,9 +66,9 @@ arglist_t ozi_args[] = { {"snunique", &snuniqueopt, "Make synth. shortnames unique", NULL, ARGTYPE_BOOL}, {"wptfgcolor", &wptfgcolor, "Waypoint foreground color", - "black", ARGTYPE_INT}, + "black", ARGTYPE_STRING}, {"wptbgcolor", &wptbgcolor, "Waypoint background color", - "yellow", ARGTYPE_INT}, + "yellow", ARGTYPE_STRING}, {0, 0, 0, 0, 0} }; -- 2.30.2